home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / ixemul-complete / ixemul / configure.in < prev    next >
Text File  |  1996-05-18  |  377b  |  13 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl
  3. AC_INIT(libsrc/crt0.c)
  4.  
  5. AC_PROG_INSTALL
  6. AC_PROG_CC
  7. AC_PROG_RANLIB
  8.  
  9. AC_OUTPUT(Makefile general/Makefile library/Makefile libsrc/Makefile
  10.       static/Makefile stdio/Makefile stdlib/Makefile string/Makefile
  11.       ixnet/Makefile stack/Makefile net/Makefile db/Makefile glue/Makefile
  12.       utils/Makefile man/Makefile)
  13.